Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BITWISE_XOR operator support in lexer and parser #208

Merged
merged 2 commits into from
Oct 28, 2024

Conversation

anshikavashistha
Copy link
Contributor

@anshikavashistha anshikavashistha commented Oct 28, 2024

PR Description

Add BITWISE_XOR operator support in lexer and parser #180

Related Issue

close #180

shader Sample

Checklist

  • Have you added the necessary tests?
  • Only modified the files mentioned in the related issue(s)?
  • Are all tests passing?

@anshikavashistha
Copy link
Contributor Author

@samthakur587 PTAL

@samthakur587 samthakur587 added enhancement New feature or request Directx backend issue at directx backend hacktoberfest labels Oct 28, 2024
Copy link
Contributor

@samthakur587 samthakur587 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

made small fixes Lgtm 🚀

@samthakur587 samthakur587 merged commit a77f990 into CrossGL:main Oct 28, 2024
106 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Directx backend issue at directx backend enhancement New feature or request hacktoberfest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BITWISE_XOR : ^
2 participants